AliYun Cloud NLS
a simple static http server
it is a simple static HTTP server node module.
Getting Started
- With npm, run
npm install @funnyzak/http-server
const StaticHttpServer = require('@funnyzak/http-server')
Usage
Here is an example that:
- create a new server instance
- start server.
1 | const StaticHttpServer = require('@funnyzak/http-server'); |
Author
funnyzak |
License
Apache-2.0 License © 2021 funnyzak